home *** CD-ROM | disk | FTP | other *** search
- #pragma once
-
- #include "CTextPane.h"
-
- struct CStaticTextPane : CTextPane
- {
- void IStaticTextPane( CView *anEnclosure, CBureaucrat *aSupervisor, short lineWidth );
-
- virtual void UpdateMenus( void );
- virtual void DoCommand( long theCommand );
-
- virtual void DoKeyDown( char theChar, Byte keyCode, EventRecord *macEvent );
- virtual void DoAutoKey( char theChar, Byte keyCode, EventRecord *macEvent );
- };
-
-